How To Create Elastic IP In AWS Using Terraform ?
Using Terraform, creating an Elastic IP (EIP) on AWS entails specifying the resources required in a Terraform configuration file in order to create the EIP. A static IPv4 address intended for dynamic cloud computing is called an elastic IP. It is helpful in situations when you require a public IP address that is reliable and simple to link to or disconnect from instances within your AWS infrastructure....
read more
How To Create Key Pair In AWS Using Terraform ?
In cloud infrastructure management, secure admittance to instances is central. While working with Amazon Web Services (AWS) utilizing Terraform, creating key pairs is fundamental for secure access to EC2 instances. Key pairs comprise of a public key and a private key, where the public key is utilized to encrypt data, and the private key is utilized to decrypt it....
read more
How to Add New Domain in Hostinger?
In the digital age, creating an online presence is like placing a virtual storefront, which naturally leads more customers to your business. This is your first step towards acquiring the attention of people from around the world and building your platform in the virtual universe. Whether you are new to business and want to start something on your own, an experienced business person, or someone with a creative personality, grabbing another domain is a critical action. Hostinger, which has an easy-to-use platform and a full range of services, is a star that shows people the right way through the complexity of the internet. This tutorial is a compass that guides you with simple steps on how to add a new domain name in Hostinger accurately and meet your goal of success....
read more
Cisco Interview Experience (On-Campus)
Cisco recently visited my campus for 3 roles -:...
read more
What Is AWS Cloud9 ?
AWS cloud9 is a cloud-based integrated development environment (IDE) that helps us to write, run, and debug our code from a web browser. It supports various programming languages and can integrate with other AWS services easily. With cloud9 we can easily able to share the development environment with the team enabling you to collaborate with the team and work smoothly. It also provides a seamless experience for developing serverless applications enabling you to easily define the necessary resources, debug, and switch between local and remote execution of serverless applications....
read more
How to Delete S3 Bucket from AWS CLI ?
Amazon Simple Storage Service (S3) is a versatile, scalable object storage service given by Amazon Web Services (AWS). It is intended to store and recover any amount of data from any place on the web, offering developers and IT teams a durable, dependable solution for their storage needs. S3 is generally utilized for different purposes, including backup and restore, data archiving, and large data analytics....
read more
Deploying An Application Using Jenkinsfile
In the IT world, initially, there were silos between the development and testing teams that created delays in moving the application to user availability. DevOps came into the picture with a culture practice that brings automation with a lot of tools. Jenkins is one of the popular CI/CD tools. Jenkinsfile methodology helps automate the entire pipeline. In this article, we will guide you on how to deploy an application using Jenkinsfile....
read more
AWS Load Balancing Using Terraform
AWS load balancing is a service that splits incoming network traffic across multiple resources. These resources can be EC2 instances, Containers, and IP addresses. AWS provides various types of load balancers. Terraform can be used for easy and hassle-free deployment of AWS load balancers. Let’s see how we can deploy the AWS load balancer using Terraform....
read more
How To Create Amazon EKS Cluster Using Terraform?
Amazon EKS Cluster allows to building of containerized applications without the overhead of managing, scaling, and deploying. Terraform makes it easy to deploy an EKS cluster to AWS by making it IaaC. By using terraform a template can be created for multiple clusters and their management. Let’s see how we can deploy an EKS cluster in Terraform....
read more
How To Create AWS IAM Roles Using Terraform?
Terraform is an IAAC tool which is used provision infrastructure . Here in this guide i will first discuss what is terraform . Then i will discuss what is IAM Role and in which scenarios we should use IAM Role . Then i will walk you through the different steps to create an IAM Role for an EC2 service having CloudWatch and SNS full access policy ....
read more
AWS CodePipeline Using Terrraform
Software Development includes the continuous integration of different types of technologies like (CI/CD) pipelines for automating the process of building, testing, and deploying applications. AWS CodePipeline is a fully managed CI/CD service provided by Amazon Web Services which enables us to automate the steps required to release the software changes....
read more
Securing AWS Lambda Functions With IAM Roles And Policies
AWS Lambda is a serverless computing service that helps in executing code without any management of servers while AWS IAM is an essential security component that allows authorized individuals or services to have access of other AWS resources. These two AWS services are very important on the AWS cloud platform. Here in this guide, I have first discussed what is AWS Lambda service. Then discuss about AWS IAM service and why it is required to secure your Lambda function using IAM roles and policies. After this, I walked you through the different steps to create an IAM role and attach it to the Lambda function for secure access to other AWS services....
read more